runtime.gcControllerState.heapGoal (method)
8 uses
runtime (current package)
metrics.go#L644: a.heapGoal = gcController.heapGoal()
mgc.go#L1188: if gcController.heapGoal() > minHeapForMetadataHugePages {
mgcpacer.go#L457: heapGoal := c.heapGoal()
mgcpacer.go#L503: heapGoal := int64(c.heapGoal())
mgcpacer.go#L601: gcController.lastHeapGoal = c.heapGoal()
mgcpacer.go#L894: func (c *gcControllerState) heapGoal() uint64 {
mstats.go#L442: heapGoal := gcController.heapGoal()
trace.go#L1693: heapGoal := gcController.heapGoal()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |